
body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
    margin: 0;
}

ul {
    padding: 0;
    margin: 0; }

ul li {
    list-style: none; }
p{
    margin:0;
}
a {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0; }

a:focus,
a:hover {
    text-decoration: none; }

a:focus {
    outline: none;
    outline-offset: -2px; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}





.w1200{
    max-width: 1200px;
    margin: 0 auto;
}
.w1080{
    max-width: 1080px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.header{
    height: 80px;

}
.header .logo{
    float: left;
}
.header .logo img{
    margin-top: 14px;
}
.menunav{
    float: left;
    margin-left: 80px;
}
.menunav ul li{
    display: inline-block;
    line-height: 80px;
    margin-left: 15px;
}
.menunav ul li a{
    color: #333333;
    font-size: 16px;
}
.hphone{
    float: right;
}
.hphone {
    background: url("../image/telephone-b.png") no-repeat left;
    padding-left: 50px;
    background-size: 38px;
    margin-top: 15px;
    line-height: 50px;
}
.hphone p:nth-child(1){
    display: none;
    font-size: 16px;
    color: #666666;
}
.hphone p:nth-child(2){
    font-size: 24px;
    color: #f17e00;
    font-family: cursive;
}
.banner{
    position: relative;
}
.banner-pagination{
    position: absolute;
    bottom: 25px !important;
    z-index: 1;
    text-align: center;
}

.hothome{
    background: #f5f5f5;
}
.innhome-hot {
    text-align: center;
    height: 676px
}

.innhome-hot > .tit {
    font-size: 36px;
    color: #333;
    padding: 60px 0
}

.innhome-hot > .con {
    margin-top: -30px;
    overflow: hidden
}

.innhome-hot .con-list-1 {
    float: left;
    width: 435px;
    margin-left: -10px
}

.innhome-hot .con-list-2 {
    float: right;
    width: 640px;
}

.innhome-hot .item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-right: 15px;
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden
}
.innhome-hot .item:nth-child(2n){
    margin-right: 0;
}
.innhome-hot .item .ico {
    display: block;
    width: 205px;
    height: 205px;
    float: left;
    background-size: 100% 100%;
    transition: transform .3s
}

.innhome-hot .item .con-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .6))
}

.innhome-hot .item .tit {
    display: block;
    font-size: 20px;
    color: #fff
}

.innhome-hot .item:hover .ico {
    transform: scale(1.05)
}

.innhome-hot .con-list-1 .item .con-txt {
    height: 80px
}

.innhome-hot .con-list-1 .item .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 20px;
    margin-bottom: 17px
}

.innhome-hot .con-list-2 .item .ico {
    width: 310px;
    height: 440px;
    background-size: cover;
}

.innhome-hot .con-list-2 .item .con-txt {
    /*height: 120px*/
}

.innhome-hot .con-list-2 .item .tit {
    margin-top: -3px;
    margin-bottom: -3px
}

.innhome-hot .con-list-2 .item .txt {
    display: block;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 16px;
    margin-top: 12px
}

.innhome-hot .con-list-2 .item:first-child {
    margin-left: 0;
    margin-right: 15px;
}
.m-main-box{
    z-index: 1;
}
.m-villa-list .villa-card{
    width: 347px;
}
.m-villa-list .villa-card:nth-child(3n){
    margin-right: 0;
}
.m-home-comment .comment-pagination span {
    width: 18px;
    height: 2px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 0;
}
.m-home-comment .comment-pagination .swiper-pagination-bullet-active {
    background-color: #222;
}
.m-home-comment .comment-contain{
    margin-left: 0;
    padding: 0 40px;
    box-sizing: border-box;
}
.comment-pagination{
    padding-top: 0 !important;
}
.m-home-comment .m-comment-list-box{
    overflow: unset;
}
.zlimg .bd li{
    width: 14.28%;
    text-align: center;
}
.zlimg .bd li img{
    width: 85%;
}
/*底部*/
.footer{
    background: #f2f2f2;
    padding: 30px 0 0;
    border-top: 1px solid #e6e6e6;
}
.footer .fwxcode:nth-child(1){
    width: 35%;
    float: left;
    box-sizing: border-box;
}
.footer .fwxcode:nth-child(2){
    width: 40%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding-left: 55px;
    margin-right: 70px;
}
.footer .fphone{
    width: 18%;
    float: left;
    box-sizing: border-box;
}
.footer .fphone p{
    line-height: 30px;
    font-size: 14px;
}
.footer .fwxcode{
    display: flex;
    justify-content: left;
}
.footer .fwxcode .codeimg img{
    width: 120px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #cb9d7d;
}
.footer .fwxcode .wxtxt{
    margin-left: 15px;
}
.footer .fwxcode .wxtxt h2{
    font-size: 16px;
    font-weight: bold;
    margin: 35px 0 5px;
}
.footer .fwxcode:nth-child(2) .wxtxt h2{
    margin-top: 25px;
}
.footer .fwxcode .wxtxt p{
    font-size: 16px;
    color: #999999;
}
.footer .ficp{
    width: 100%;
    float: left;
    display: flex;
    justify-content: left;
    line-height: 50px;
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
}
.ibanner img{
    width: 100%;
}
.pnav {
    background: #FFFFFF;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #f9fafa;
}
.pnav ul li {
    display: inline-block;
}
.pnav ul li a {
    color: #666666;
    font-size: 16px;
    padding: 0 22px;
}
.pnav ul li:hover {
    background: #f17e00;
    transition: all .3s;
}
.pnav ul li:hover a {
    color: #FFFFFF;
}
.ptitle{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
/*搜索*/
.m-search-area{
    margin-top: 50px;
}
.searchdesc{
    text-align: left;
    margin-bottom: 30px;
}
.searchdesc h2{
    font-size: 24px;
    color: #111;
    margin-bottom: 10px;
}
.searchdesc p{
    font-size: 16px;
    color: #666666;
}
.searchdesc p span{
    color: #f17e00;
}
.sjf{
    position: relative;
}
.selectjf{
    width: 153px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 70px;
    font-size: 14px;
    color: #3d4450;
    -webkit-box-shadow: 0 6px 30px 0 rgba(106,109,141,0.1);
    box-shadow: 0 6px 30px 0 rgba(106,109,141,0.1);
    z-index: 2;
}
.selectjf ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    font-size: 16px;
    color: #3d4450;
    cursor: pointer;
}
.selectjf ul li:hover{
    background: #F8F8F8;
    color: #f17e00;
}
.selectjf:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 65px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.m-search-area .search-input{
    font-size: 18px;
}
.selectjf{
    display: none;
}
.m-slogan-box{
  padding: 60px 0;
}
.swiper-button-prev{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23f17e00'%2F%3E%3C%2Fsvg%3E");
    top: 45%;
}
.swiper-button-next{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23f17e00'%2F%3E%3C%2Fsvg%3E");
    top: 45%;
    z-index: 1;
}
.quwzb a img{
    width: 270px;
    height: 388px;
}
.quwzb a:nth-child(1) img{
    width: 540px;
    height: 388px;
}
.m-home-strategy .view-artical:nth-child(1){
    margin-right: 15px;
}
.m-nav-contact .m-contact-phone{
    padding: 20px;
}
.m-raiders-box .m-center-left-box .m-destination-list-box .destination-list li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selectpv{
    background: #f17e00;
}
.selectpv a{
    color: #FFFFFF !important;
}
.selecthnv{
    color: #f17e00 !important;
}
.xypg-pagination {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}
.headerwap{
    display: none;
}
.ppnav{
    display: flex;
    justify-content: space-between;
}
.ppnav a{
    font-size: 18px;
    color: #333;
}
.ppnav a:last-of-type span{
    display: none;
}
.ppnav a.cnavactive{
    color: #f17e00;
}
/*悬浮广告图*/
.hidden {
    display: none!important;
}
.b-cover {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #444;
    background-color: rgba(34, 34, 34, .9);
    color: #fff;
    z-index: 10010;
    transition: opacity .2s, left .2s
}

.b-cover__content > table {
    max-width: 100%;
    margin: 0 auto;
    height: 100%
}

.b-cover__content > table tr {
    height: 100%
}

.b-cover__content > table td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 25px;
    height: 100%
}

.b-cover__demo {
    position: relative;
    width: 150px
}

.b-cover__demo .miniapp-demo {
    position: absolute;
    top: -12px;
    bottom: 0;
    right: 0;
    text-align: right;
    left: 0;
    height: 152px
}

.b-cover__demo .miniapp-demo > img {
    height: 100%
}

.b-cover__demo .miniapp-demo__miniapp-icon {
    position: absolute;
    right: -40px;
    bottom: 8px
}

.b-cover__demo .miniapp-demo__miniapp-icon > img {
    width: 80px
}

.b-cover__text {
    padding-left: 70px !important;
    padding-right: 65px !important
}

.b-cover__text > img {
    height: 88px
}

.b-cover__code {
    background-color: #ccc;
    background-color: rgba(99, 99, 99, .39)
}

.b-cover__code > img {
    height: 88px
}

.b-cover__code > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.b-cover__op {
    vertical-align: top !important;
    padding: 0 !important
}

.b-cover__close {
    background: none;
    border: none;
    margin: 0;
    cursor: pointer;
    padding: 15px 25px
}

.b-cover__close > img {
    width: 24px
}
#zhaomutk{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 265px;
    z-index: 2;
    padding: 25px 40px;
    width: 1166px;
    border-radius: 5px;
}
.zhaomumb{
    display: none;
    position:fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
}
.m-raiders-item{
    overflow: hidden;
}
.ptl{
    width: 75%;
    float: left;
}
.ptr{
    width: 22%;
    float: right;
}
.ptr img{
    width: 100%;
}
.m-inctement .package-title{
    height: 30px;
}
.m-inctement .package-detail p{
    margin-bottom: 10px;
}
.ydcode{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 230px;
    z-index: 2;
    padding: 25px 40px;
    border-radius: 5px;
    width: 260px;
}
@media (max-width: 768px) {
    .b-cover{
        display: none;
    }
    .headerpc{
        display: none;
    }
    .headerwap{
        display: block;
    }
    .mob_top{
        z-index:777;
        width:100%;
        height:5rem;
        top: 0;
        left: 0;
    }
    .mob_logo{
        float:left;
        height:3rem;
        margin-top:1rem;
    }
    .mob_logo img{
        max-height: 100%;
    }
    .mob_menu{
        width:4rem;
        height:3rem;
        float:right;
        background:#fff;
        margin-top:1.4rem;
        border-radius:5px;
    }
    .mob_menu span{
        display: block;
        width: 50%;
        height: 2px;
        margin: 0.5rem auto 0;
        background: #000;
    }
    .mob_menu_fix{
        position:fixed;
        width:100%;
        height: 100%;
        background: #000;
        left: 100%;
        top: 0;
        background:#fff;
        transition: all .5s;
        z-index:888;
    }

    .mob_menu2{
        width:100%;
        height: auto;
        box-sizing: border-box;
        padding:1rem 1rem;
    }
    .mob_menu_close{
        float:right;
        width:5rem;
        height: 5rem;
        text-align: center;
        line-height: 5rem;
        color:#000;
        font-size: 3rem;
        font-weight: normal;
    }
    .mob_menu_close img{
        width: 20px;
        vertical-align: middle;
    }
    .mob_logo2{
        float:left;
        height: 4rem;
        margin-top:1.2rem;
    }
    .mob_logo2 img{
        max-height:100%;
    }
    .menu_list{
        padding:2rem 1rem;
    }
    .menu_li{
        width: 100%;
        text-align: left;
        line-height: 2.6rem;
        font-size: 1.6rem;
        color: #333;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .menu_li > a{
        color:#333;
    }
    .menu_li > span{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width:2rem;
        height: 2rem;
        text-align: center;
        transition: all .5s;
        background:url("../image/down.png") no-repeat center;
        color:#ff6a03;
    }
    .menu_ul2,.menu_ul3{
        display: none;
        width:100%;
        padding:0 0 0 1rem;
    }
    .menu_li2,.menu_ul3{
        width: 100%;
        text-align: left;
        font-size: 1.5rem;
        line-height: 2.6rem;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .menu_li2 a,.menu_li3 a{
        color:#333;
    }
    .menu_li2 > span,.menu_li3 > span{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width:3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        text-align: center;
        transition: all .5s;
        background:url("../images/down.png") no-repeat center;
        color:#ff6a03;
    }
    /*header end*/
    .swiper-button-next, .swiper-button-prev{
        background-size: 18px 44px;
    }
    .m-search-area{
        padding: 0 10px;
        box-sizing: border-box;
        margin-top: 50px;
    }
    .m-main-box{
        width: 100%;
    }
    .m-search-area .search{
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .m-search-area .search-item{
        width: 49%;
        margin-right: 2%;
    }
    .m-search-area .search-item:nth-child(2n){
        margin-right: 0;
    }
    .m-search-area .search-input{
        width: 80%;
        font-size: 15px;
    }
    .m-search-area .search-btn{
        position: unset;
        width: 130px;
        height: 40px;
        font-size: 15px;
        margin: 0 auto;
        display: block;
    }
    .m-search-area .search-box{
        width: 100% ;
        padding-bottom: 20px;
    }
    .selectjf{
        top: 47px;
    }
    .selectjf ul li{
        height: 30px;
        line-height: 30px;
        padding-left: 25px;
        font-size: 14px;
    }
    .m-slogan-box .slogan-list .part{
        width: 100%;
        margin-bottom: 15px;
    }
    .innhome-hot{
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .innhome-hot .con-list-2{
        width: 100%;
    }
    .innhome-hot .con-list-2 .item{
        width: 100%;
        margin-right: 0;
    }
    .innhome-hot .con-list-2 .item .ico{
        width: 100%;
    }
    .qsyp{
        padding: 0 10px;
        box-sizing: border-box;
        margin-top: 40px !important;
    }
    .qsyptitle{
        margin-bottom: 10px;
    }
    .innhome-hot > .tit{
        font-size: 24px;
        padding: 50px 0 30px;
    }
    .m-nav-list ul li{
        margin-bottom: 10px;
    }
    .m-villa-list .villa-card,.m-villa-list .villa-img,.quwzb a:nth-child(1) img,.quwzb a img{
        width: 100%;
        height: auto;
    }
    .quwzb{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .quwzb a:nth-child(2),.quwzb a:nth-child(3){
        width: 49%;
    }
    .quwzb a:nth-child(2){
        margin-right: 2%;
    }
    .quwzb a:nth-child(3){
        margin-right: 0;
    }
    .quwzb a:nth-child(1) img{
        margin-bottom: 15px;
    }
    .wzzb{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .m-home-comment .comment-detail{
        width: 100%;
        height: auto;
    }
    .m-home-comment .comment-contain{
        padding: 0 10px;
    }
    .m-home-comment .comment-img{
        width: 49%;
        margin-right: 2%;
    }
    .m-home-comment .comment-img:nth-child(2n){
        margin-right: 0;
    }
    .m-home-comment .comment-imgs-area{
        height: auto;
        margin-bottom: 15px;
    }
    .m-home-comment .comment-card,.m-home-comment .m-comment-list-box{
        height: auto;
    }
    .m-home-comment .comment-list-area,.m-home-strategy .strategy-left .strategy-contain img,.m-home-strategy .strategy-left,.m-home-strategy .strategy-right,.m-home-strategy .view-artical,.m-home-strategy .view-img,.m-partner-box .m-title{
        width: 100%;
        height: auto;
    }
    .m-home-strategy .view-intro{
        text-align: center;
    }
    .m-home-strategy .view-artical:nth-child(1){
        margin-top: 15px;
    }
    .zlimg .bd li{
        width: 50%;
    }
    .w1080{
        width: 100%;
    }
    .footer .w1080{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .footer .fwxcode:nth-child(1){
        width: 100%;
        margin-bottom: 15px;
    }
    .footer .fwxcode:nth-child(2){
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
    }
    .footer .fphone{
        width: 100%;
    }
    .footer .ficp img{
        display: none;
    }
    .footer .ficp p{
        line-height: 25px;
    }
    .s-bg-gray{
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .m-star-model-box .m-left,.m-star-model-box .m-right{
        width: 100%;
        height: auto;
    }
    .m-star-model-box .m-right{
        padding: 15px;
    }
    .m-star-model-box .m-right .title{
        font-size: 18px;
    }
    .yxbs{
        padding-top: 10px !important;
    }
    .m-raiders-box .m-center-left-box,.m-raiders-box .m-center-left-box .m-destination-list-box .destination-list,.m-raiders-box .m-center-left-box .m-destination-list-box .destination-list .destination-item-1,.m-raiders-box .m-center-right-box{
        width: 100%;
        height: auto;
    }
    .m-raiders-box .m-center-left-box .m-destination-list-box{
        padding: 20px 10px 10px;
    }
    .m-raiders-box .m-center-left-box .m-destination-list-box .destination-list .destination-item-1 .destination{
        padding: 0 10px;
        width: 100%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .m-raiders-box .m-center-left-box .m-destination-list-box .destination-list li{
        padding: 15px 0;
    }
    .m-raiders-box .m-center-left-box .m-code-box{
        margin: 0 auto;
    }
    .m-raiders-box .m-center-right-box{
        padding: 15px 10px 25px;
    }
    .thgltitle{
        font-size: 20px !important;
        font-weight: unset !important;
    }
    .m-raiders-item .h4, .m-raiders-item h4{
        font-weight: unset;
    }
    .tjgl{
        margin-top: 0 !important;
    }
    .m-inctement{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .m-inctement .package-item,.m-inctement .package-item .package-img,.m-inctement .package-detail,.m-inctement .package-list,.m-inctement .hot-list-box,.bzrm{
        width: 100%;
        height: auto;
    }
    .m-inctement .package-title{
        height: auto;
        margin-bottom: 15px;
    }
    .m-inctement .hot-img{
        width: 30%;
    }
    .m-inctement .hot-detail{
        width: 70%;
    }
    .ptitle{
        font-size: 18px;
    }
    .pnav {
        height: 45px;
        line-height: 45px;
    }
    .pnav ul li a {
        font-size: 15px;
        padding: 0px 20px;
    }
    .m-custom .m-left{
        width: 100%;
    }
    .m-custom .m-right,.m-custom-tip,.f-btn-gray{
        width: 100%;
    }
    .m-custom .m-right{
        margin-top: 10px;
    }
    #zhaomutk {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        height: 370px;
        z-index: 3;
        padding: 15px 10px;
        width: 95%;
        border-radius: 5px;
    }
    .zhaomumb {
        display: none;
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        top: 0;
    }
}